From 25eea80a64127304729433ff79add22705efd766 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Thu, 31 Jan 2008 10:39:19 +0000 Subject: [PATCH] (rmail-highlight): Fix specification. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index e9cfc7d4216..b3a234a6210 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -327,7 +327,7 @@ See also `rmail-highlight-face'." :group 'rmail-headers) (defface rmail-highlight - '((t :default highlight)) + '((t (:inherit highlight))) "Face to use for highlighting the most important header fields." :group 'rmail-headers :version "22.1") -- 2.30.2